addMessage
open fun addMessage(@Nullable message: String): NotificationCompat.CarExtender.UnreadConversation.Builder(source)
Appends a new unread message to the list of messages for this conversation. The messages should be added from oldest to newest.
Return
This object for method chaining.
Parameters
message
The text of the new unread message.